GtkRecentChooserMenu: avoid accessing a NULL action
authorTristan Van Berkom <tristanvb@openismus.com>
Sat, 6 Apr 2013 09:42:19 +0000 (18:42 +0900)
committerTristan Van Berkom <tristanvb@openismus.com>
Sat, 6 Apr 2013 09:46:20 +0000 (18:46 +0900)
commit909e82a2a6b8bc0aad12652472df174eec02c79c
treeee32fb5004f9325de4a44c27c3be776076be338d
parentfbb94477851224a4fc9d7a25bec0284727c5eee5
GtkRecentChooserMenu: avoid accessing a NULL action

When the GtkActivatable sets the related action, the activatable
properties are sync'ed. In this case the null check is important
to avoid updating from a NULL action.
gtk/gtkrecentchoosermenu.c